home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 27 / CU Amiga Magazine's Super CD-ROM 27 (1998)(EMAP Images)(GB)[!][issue 1998-10].iso / CUCD / PowerPC / vbcc / machines / amigawos / libsrc / AmigaLib / WaitBeam.c < prev   
C/C++ Source or Header  |  1998-08-02  |  118b  |  8 lines

  1. #include <clib/alib_protos.h>
  2. #include <proto/graphics.h>
  3.  
  4. void waitbeam(long pos)
  5. {
  6.   do {} while(pos>VBeamPos());
  7. }
  8.